Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NObjectsDataTable<TItem> Class
Members


In This Topic
    NObjectsDataTable<TItem> Class
    In This Topic
    Serves as base class for typed list data table such as NCRLGenericListDataProvider and NGenericListDataProvider
    Object Model
    NObjectsDataTable<TItem> Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public MustInherit Class NObjectsDataTable(Of TItem) 
       Inherits NDataTable
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NObjectsDataTable(Of TItem)
    [System.Reflection.DefaultMember("Item")]
    public abstract class NObjectsDataTable<TItem> : NDataTable, Nevron.Nov.INDeeplyCloneable  
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NObjectsDataTable<TItem>
             Nevron.Nov.Data.NNodeCollectionDataTable
             Nevron.Nov.Data.NReflectionObjectsDataTable<TItem>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also